From 3dd36d2ab025b21b9e00ae870d700adb8de5f24f Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 16 Mar 2004 03:46:43 +0000 Subject: [PATCH] Add type mappings for event/unknown caches. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@740 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/gpx.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gpsbabel/gpx.c b/gpsbabel/gpx.c index 144c41825..7807f0c86 100644 --- a/gpsbabel/gpx.c +++ b/gpsbabel/gpx.c @@ -450,7 +450,9 @@ gs_type_mapping{ } gs_type_map[] = { { gt_traditional, "Traditional cache" }, { gt_multi, "Multi-Cache" }, - { gt_virtual, "Virtual cache" } + { gt_virtual, "Virtual cache" }, + { gt_event, "Event cache" }, + { gt_suprise, "Unknown cache" }, }; struct -- 2.30.2